All map tile data is Lz77-compressed. Decompressed, it's like this:
+0x0: ?
+0x4: width in tiles
+0x6: height in tiles

After that is the list of tiles, which will be read according to the dimensions parameters above. That's it!

(each tile is a halfword)
